home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / netz / www-counter1.2 / readme.gd < prev    next >
Text File  |  1995-08-21  |  3KB  |  69 lines

  1. This is the gd gif-manipulating library, version 1.1.1. It was
  2. created to allow graphs, charts and the like to be generated on the
  3. fly for use on the World wide Web, but is useful for any
  4. application in which custom .GIFs are useful. It is not a paint 
  5. program; it is a library. If you are looking for a paint program
  6. for the X Window System, check out David Koblas "xpaint", available 
  7. by anonymous FTP from ftp.netcom.com in pub/koblas. (I'm just a
  8. fan of Dave's code.)
  9.  
  10. "What's new in gd 1.1.1?"
  11.  
  12. Numerous bug fixes, documentation improvements, and the
  13. webgif utility. See gd.html for details.
  14.  
  15. "What was new in gd 1.1?"
  16. -- Polygon drawing and filling
  17. -- Brushes
  18. -- Tiles
  19. -- Line styling (even with brushes...)
  20. -- Interlaced GIFs (hello, Netscape!)
  21.  
  22. "Where's the manual?"
  23.  
  24. Load gd.html into your web browser. Print it if you like,
  25. but every single reference to a function is a hyperlink,
  26. so the manual is especially good when read online!
  27.  
  28. COPYRIGHT 1994 BY THE QUEST CENTER AT COLD SPRING HARBOR LABS. 
  29. Permission granted for unlimited use, provided that 
  30. the Quest Center at Cold Spring Harbor Labs is given
  31. credit for the library in the user-visible documentation of 
  32. your software. If you modify gd, we ask that you share the
  33. modifications with us so they can be added to the
  34. distribution. See gd.html for details.
  35.  
  36. gd has been compiled in various forms on all major platforms.
  37. It is happiest on a machine with 32-bit addressing and
  38. a proper stack (ie, anything running Unix, VMS, Windows NT
  39. or any other modern operating system), but is entirely
  40. usable under DOS and Windows. Note, however, that the
  41. flood-fill routines are mildly recursive and may fail on machines
  42. with tiny stack areas. Also, the fonts require a significant
  43. amount of memory (they are optimized more for speed than
  44. for size), but they need not be linked by applications that
  45. do not use them. Otherwise the code is highly
  46. portable and has been written in pre-ANSI C to ensure
  47. easy compilation on all platforms.
  48.  
  49. Full documentation is provided in HTML (World Wide Web) format
  50. in the file gd.html (part of this distribution). You can access the 
  51. latest version of the file at the URL "http://siva.cshl.org/gd/gd.html". 
  52. If you are unfamiliar with the World Wide Web, consult the Frequently
  53. Asked Questions posting of comp.infosystems.www.users for
  54. more information on where to locate a hypertext browser.
  55. The text-based browser "Lynx" does a particularly good job
  56. of navigating the manual and will run on nearly anything.
  57.  
  58. If you don't have the patience to consult the manual
  59. first, build and examine gddemo.c (see the Makefile)
  60. and run it. It will read in demoin.gif and output
  61. demoout.gif, which you will want to examine with your
  62. GIF viewer to see the results.
  63.  
  64. Tom Boutell, boutell@netcom.com
  65. http://sunsite.unc.edu/boutell/index.html
  66. 116 14th Ave E Apt 2
  67. Seattle, WA 98102
  68.  
  69.